Get Column Headers
Command Prototype
arrayColumns = Datatable.GetColumns(dtTable)
Command Description
Return all column names of a datatable in an array
Parameter Description
- Required Parameter
- dtTable--Target datatable
- return
- arrayColumns--The variable used to save the output of the function call